IVector.Append Method

Appends an item to the end of the vector.

Syntax

public:
void Append(
         T value
)  

Parameters

value
Type: T 

The item to append to the vector.

Requirements

Namespace: Windows.Foundation.Collections

Metadata: windows.winmd

See also

Reference

IVector Generic Interface

IVector Members

Windows.Foundation.Collections Namespace